Eclipse Platform
Pre-release 3.0

org.eclipse.ui.contexts
Interface IWorkbenchContextSupport


public interface IWorkbenchContextSupport

An instance of this interface provides support for managing contexts at the IWorkbench level.

This interface is not intended to be extended or implemented by clients.

EXPERIMENTAL

Since:
3.0
See Also:
IWorkbench#getAdaptable

Method Summary
 ICompoundContextActivationService getCompoundContextActivationService()
          Returns the compound context activation service for the workbench.
 IContextManager getContextManager()
          Returns the context manager for the workbench.
 

Method Detail

getCompoundContextActivationService

public ICompoundContextActivationService getCompoundContextActivationService()
Returns the compound context activation service for the workbench.

Returns:
the compound context activation service for the workbench. Guaranteed not to be null.

getContextManager

public IContextManager getContextManager()
Returns the context manager for the workbench.

Returns:
the context manager for the workbench. Guaranteed not to be null.

Eclipse Platform
Pre-release 3.0

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.